/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-01-11 13:18:39
    * @desc MyFragranceMe is a Multivendor Ecommerce Web Application For Perfume Industry.
    * @version Version: 1.0
    * @php Requires PHP: 7.2
    * @tag Tags: MyFragranceMe, Ecommerce, Developed by CoderSpy
 **/

.eventTitle {
    padding-top: 100px;
    text-align: center;
    justify-content: center;
}

.backgroundEvents {
    margin-top: 50px;
    margin-bottom: 25px;
}

.events_section {
    margin-top: -60px;
    text-align: center;
}

.see_more {}

.backgroundEvents p {
    color: white;
}

.mfp-iframe-scaler iframe {
    top: 20% !important;
    width: 90%;
    height: 85%;
}

.mfp-iframe-holder .mfp-close {
    top: 14%;
    right: 7%;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    width: 100%;
    display: block !important;
}


/* .videoPlayer{
    display: none;
} */

.playVideo:hover {
    cursor: pointer !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_event_head {
        line-height: 17px !important;
    }
}

@media only screen and (max-width: 385px) {
    .single_event_head {
        line-height: 15px !important;
    }
}